home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/ScrollView.h>
- #import <appkit/ClipView.h>
- #import "XText.subproj/XText.h"
-
- /* An XTScroller is a ScrollView that automatically installs an XText as
- its subview and does all the appropriate setup.
- */
-
- @interface XTScroller:ScrollView
- {
- }
- - initFrame:(const NXRect *)frameRect;
- @end
-